home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Cafe 3
/
Visual Cafe 3.ISO
/
Vcafe
/
JFC.bin
/
style32Constants.java
< prev
next >
Wrap
Text File
|
1998-06-30
|
5KB
|
281 lines
/* Generated By:JavaCC: Do not edit this line. style32Constants.java */
package com.sun.java.swing.text.html;
/*
* @(#)style32Constants.java 1.5 97/10/10
*
* Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Sun.
*
* SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
* SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
* SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
* THIS SOFTWARE OR ITS DERIVATIVES.
*
*/
/**
*
* @version 1.5 10/10/97
* @author Makarand Gokhale
*
*/
interface style32Constants {
int EOF = 0;
int STAGO = 8;
int ETAGO = 9;
int A = 10;
int ADDRESS = 11;
int APPLET = 12;
int AREA = 13;
int B = 14;
int BASE = 15;
int BASEFONT = 16;
int BIG = 17;
int BLOCKQUOTE = 18;
int BODY = 19;
int BR = 20;
int CAPTION = 21;
int CENTER = 22;
int CITE = 23;
int CODE = 24;
int DD = 25;
int DFN = 26;
int DIR = 27;
int DIV = 28;
int DL = 29;
int DT = 30;
int EM = 31;
int FONT = 32;
int FORM = 33;
int H1 = 34;
int H2 = 35;
int H3 = 36;
int H4 = 37;
int H5 = 38;
int H6 = 39;
int HEAD = 40;
int HR = 41;
int HTML = 42;
int I = 43;
int IMG = 44;
int INPUT = 45;
int ISINDEX = 46;
int KBD = 47;
int LI = 48;
int LINK = 49;
int MAP = 50;
int MENU = 51;
int META = 52;
int OL = 53;
int OPTION = 54;
int P = 55;
int PARAM = 56;
int PRE = 57;
int PROMPT = 58;
int SAMP = 59;
int SCRIPT = 60;
int SELECT = 61;
int SMALL = 62;
int STRIKE = 63;
int STRONG = 64;
int STYLE = 65;
int SUB = 66;
int SUP = 67;
int TABLE = 68;
int TD = 69;
int TEXTAREA = 70;
int TH = 71;
int TITLE = 72;
int TR = 73;
int TT = 74;
int U = 75;
int UL = 76;
int VAR = 77;
int UNKNOWN = 78;
int DOT = 79;
int COLON = 80;
int SPROP = 81;
int COMMA = 82;
int STYLETAG0 = 84;
int SA_NAME = 86;
int T_EQ = 87;
int TAGC = 88;
int SA_VAL = 89;
int ALPHA = 90;
int NUM = 91;
int ALPHANUM = 92;
int C_NAME = 93;
int PLINK = 94;
int ACTIVE = 95;
int VISITED = 96;
int FIRSTLINE = 97;
int FIRSTLETTER = 98;
int PALPHA = 100;
int PNUM = 101;
int PALPHANUM = 102;
int P_NAME = 103;
int PCOLON = 104;
int VALPHA = 106;
int VNUM = 107;
int VSPECIAL = 108;
int VALPHANUM = 109;
int P_VALUE = 110;
int PARENOPEN = 111;
int VCOMMA = 112;
int SEMICOLON = 113;
int EPROP = 114;
int VSALPHA = 116;
int VSNUM = 117;
int VSSPECIAL = 118;
int VSALPHANUM = 119;
int PS_VALUE = 120;
int PARENCLOSE = 121;
int DEFAULT = 0;
int STYLECOMMENT = 1;
int STYLETAG = 2;
int SATTLIST = 3;
int SATTVAL = 4;
int CLASSNAME = 5;
int PSEUDOCLASS = 6;
int PROPERTY = 7;
int PROPERTY_VALUE = 8;
int VALUE_SPECIAL = 9;
String[] tokenImage = {
"<EOF>",
"<token of kind 1>",
"\"<!--\"",
"\"-->\"",
"\"/*\"",
"<token of kind 5>",
"<token of kind 6>",
"\"*/\"",
"\"<\"",
"\"</\"",
"\"a\"",
"\"address\"",
"\"applet\"",
"\"area\"",
"\"b\"",
"\"base\"",
"\"basefont\"",
"\"big\"",
"\"blockquote\"",
"\"body\"",
"\"br\"",
"\"caption\"",
"\"center\"",
"\"cite\"",
"\"code\"",
"\"dd\"",
"\"dfn\"",
"\"dir\"",
"\"div\"",
"\"dl\"",
"\"dt\"",
"\"em\"",
"\"font\"",
"\"form\"",
"\"h1\"",
"\"h2\"",
"\"h3\"",
"\"h4\"",
"\"h5\"",
"\"h6\"",
"\"head\"",
"\"hr\"",
"\"html\"",
"\"i\"",
"\"img\"",
"\"input\"",
"\"isindex\"",
"\"kbd\"",
"\"li\"",
"\"link\"",
"\"map\"",
"\"menu\"",
"\"meta\"",
"\"ol\"",
"\"option\"",
"\"p\"",
"\"param\"",
"\"pre\"",
"\"prompt\"",
"\"samp\"",
"\"script\"",
"\"select\"",
"\"small\"",
"\"strike\"",
"\"strong\"",
"\"style\"",
"\"sub\"",
"\"sup\"",
"\"table\"",
"\"td\"",
"\"textarea\"",
"\"th\"",
"\"title\"",
"\"tr\"",
"\"tt\"",
"\"u\"",
"\"ul\"",
"\"var\"",
"<UNKNOWN>",
"\".\"",
"\":\"",
"\"{\"",
"\",\"",
"<token of kind 83>",
"\"style\"",
"<token of kind 85>",
"\"type\"",
"\"=\"",
"\">\"",
"<SA_VAL>",
"<ALPHA>",
"<NUM>",
"<ALPHANUM>",
"<C_NAME>",
"\"link\"",
"\"active\"",
"\"visited\"",
"\"first-line\"",
"\"first-letter\"",
"<token of kind 99>",
"<PALPHA>",
"<PNUM>",
"<PALPHANUM>",
"<P_NAME>",
"\":\"",
"<token of kind 105>",
"<VALPHA>",
"<VNUM>",
"<VSPECIAL>",
"<VALPHANUM>",
"<P_VALUE>",
"\"(\"",
"\",\"",
"\";\"",
"\"}\"",
"<token of kind 115>",
"<VSALPHA>",
"<VSNUM>",
"<VSSPECIAL>",
"<VSALPHANUM>",
"<PS_VALUE>",
"\")\"",
};
}